From 3e4e48bbd57253f0f93c9b1ed342c3f15e6d4630 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Mon, 24 Apr 2006 11:21:16 +0100 Subject: [PATCH] Restore default KERNELS list. Signed-off-by: Christian Limpach --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5ecea537e1..625c81c666 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,7 @@ # Grand Unified Makefile for Xen. # -#KERNELS ?= linux-2.6-xen -KERNELS ?= linux-2.6-xen0 linux-2.6-xenU +KERNELS ?= linux-2.6-xen # You may use wildcards in the above e.g. KERNELS=*2.6* XKERNELS := $(foreach kernel, $(KERNELS), $(patsubst buildconfigs/mk.%,%,$(wildcard buildconfigs/mk.$(kernel))) ) -- 2.30.2